home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- global xxx
- go(marker(0))
- set xxx to the duration of cast 108
- if the movieTime of sprite 2 > 25 then
- set the movieRate of sprite 2 to -1
- end if
- if the movieTime of sprite 2 < 5 then
- set the movieRate of sprite 2 to 1
- end if
- if the movieTime of sprite 3 > 10 then
- set the movieRate of sprite 3 to -1
- end if
- if the movieTime of sprite 3 < 5 then
- set the movieRate of sprite 3 to 1
- end if
- end
-